
DiminutiveCoin Public API
A listing of public API endpoints for retrieving DiminutiveCoin coin data from the network without the need for a local wallet
API Documentation

API Calls
Return data from coind
- getdifficultyReturns the current difficulty.explorer_new.diminutivecoin.com/api/getdifficulty
- getconnectioncountReturns the number of connections the block explorer has to other nodes.explorer_new.diminutivecoin.com/api/getconnectioncount
- getblockcountReturns the current block index.explorer_new.diminutivecoin.com/api/getblockcount
- getblockhash [index]Returns the hash of the block at [index]; index 0 is the genesis block.explorer_new.diminutivecoin.com/api/getblockhash?index=58904
- getblock [hash]Returns information about the block with the given hash.explorer_new.diminutivecoin.com/api/getblock?hash=00000000519e24f4b6d00d68e480051c5cab6a7b83a2b24af6443610eedaaa3d
- getrawtransaction [txid] [decrypt]Returns raw transaction representation for given transaction id. decrypt can be set to 0(false) or 1(true).
- getnetworkhashpsReturns the current network hashrate. (hash/s)explorer_new.diminutivecoin.com/api/getnetworkhashps
Extended API
Return data from local indexes
- getmoneysupplyReturns current money supplyexplorer_new.diminutivecoin.com/ext/getmoneysupply
- getdistributionReturns wealth distribution statsexplorer_new.diminutivecoin.com/ext/getdistribution
- getaddress (/ext/getaddress/hash)Returns information for given addressexplorer_new.diminutivecoin.com/ext/getaddress/E6iiT5kH1jWXBVxLyCoXyrKj2ZcNVL1wyA
- getaddresstxs (/ext/getaddresstxs/hash/start/length)Returns last [length] transactions for address [hash], starting from offset [start]explorer_new.diminutivecoin.com/ext/getaddresstxs/E6iiT5kH1jWXBVxLyCoXyrKj2ZcNVL1wyA/0/50
- gettx (/ext/gettx/hash)Returns information for given tx hashexplorer_new.diminutivecoin.com/ext/gettx/ba08ed8e3587f744154039c8f28f9b1898d34090291b1a72c9177900ef19e8c5
- getbalance (/ext/getbalance/hash)Returns current balance of given addressexplorer_new.diminutivecoin.com/ext/getbalance/E6iiT5kH1jWXBVxLyCoXyrKj2ZcNVL1wyA
- getlasttxs (/ext/getlasttxs/min/start/length)Returns last [length] transactions greater than [min] coins, starting from offset [start]Note: [length] is limited to returning 100 records per query
- getcurrentpriceReturns last known exchange priceexplorer_new.diminutivecoin.com/ext/getcurrentprice
- getnetworkpeersReturns the list of network peers that have connected to the explorer node in the last 24 hoursexplorer_new.diminutivecoin.com/ext/getnetworkpeers
- getbasicstatsReturns basic statistics about the coin including: block count, circulating supply, USD price, BTC priceexplorer_new.diminutivecoin.com/ext/getbasicstats
- getsummaryReturns a summary of coin data including: difficulty, hybrid difficulty, circulating supply, hash rate, BTC price, USD price, network connection count, block countexplorer_new.diminutivecoin.com/ext/getsummary
Linking (GET)
Linking to the block explorer
- transaction (/tx/txid)explorer_new.diminutivecoin.com/tx/ba08ed8e3587f744154039c8f28f9b1898d34090291b1a72c9177900ef19e8c5
- block (/block/hash)explorer_new.diminutivecoin.com/block/00000000519e24f4b6d00d68e480051c5cab6a7b83a2b24af6443610eedaaa3d
- address (/address/hash)explorer_new.diminutivecoin.com/address/E6iiT5kH1jWXBVxLyCoXyrKj2ZcNVL1wyA
- qrcode (/qr/hash)explorer_new.diminutivecoin.com/qr/E6iiT5kH1jWXBVxLyCoXyrKj2ZcNVL1wyA